[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 62 Fn 0079  u - Fgdriver V3.03 - "fg_polygon" - Draw An Unfilled Poly  [V]

   AX = 0079h
   CX = number of vertices in polygon
   ES:BX -> variable pointer record (see below)

Notes: For FGDRIVER v1.10, this function was "FG_INTJOY" (see AX=0050h);
      "FG_POLYGON" was AX=002Eh
   This call is ignored in text modes

See Also: AX=0078h,AX=007Ah,AX=007Bh

Format of variable pointer record:
Offset Size    Description
 00h   WORD    segment of WORD array containing vertex columns
 02h   WORD    offset of WORD array containing vertex columns
 04h   WORD    segment of WORD array containing vertex rows
 06h   WORD    offset of WORD array containing vertex rows

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson